home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog5
< prev
next >
Wrap
Text File
|
1995-06-29
|
170b
|
10 lines
# callback test
xtAppInitialize -class Program
xmPushButton .fred managed -labelString "Push Me"
.fred armCallback {puts stdout "hi there"}
. realizeWidget
. mainLoop